Autogenerated HTML docs for v1.7.5.1-169-g505a1
diff --git a/git-imap-send.html b/git-imap-send.html index 78cdd61..fd3afb8 100644 --- a/git-imap-send.html +++ b/git-imap-send.html
@@ -551,6 +551,30 @@ sslverify = false</tt></pre> </div></div> </div> +<h2 id="_example">EXAMPLE</h2> +<div class="sectionbody"> +<div class="paragraph"><p>To submit patches using GMail’s IMAP interface, first, edit your ~/.gitconfig +to specify your account settings:</p></div> +<div class="listingblock"> +<div class="content"> +<pre><tt>[imap] + folder = "[Gmail]/Drafts" + host = imaps://imap.gmail.com + user = user@gmail.com + port = 993 + sslverify = false</tt></pre> +</div></div> +<div class="paragraph"><p>You might need to instead use: folder = "[Google Mail]/Drafts" if you get an error +that the "Folder doesn’t exist".</p></div> +<div class="paragraph"><p>Once the commits are ready to be sent, run the following command:</p></div> +<div class="literalblock"> +<div class="content"> +<pre><tt>$ git format-patch --cover-letter -M --stdout origin/master | git imap-send</tt></pre> +</div></div> +<div class="paragraph"><p>Just make sure to disable line wrapping in the email client (GMail’s web +interface will wrap lines no matter what, so you need to use a real +IMAP client).</p></div> +</div> <h2 id="_caution">CAUTION</h2> <div class="sectionbody"> <div class="paragraph"><p>It is still your responsibility to make sure that the email message @@ -563,13 +587,17 @@ users may wish to visit this web page for more information: <a href="http://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email">http://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email</a></p></div> </div> +<h2 id="_see_also">SEE ALSO</h2> +<div class="sectionbody"> +<div class="paragraph"><p><a href="git-format-patch.html">git-format-patch(1)</a>, <a href="git-send-email.html">git-send-email(1)</a>, mbox(5)</p></div> +</div> <h2 id="_git">GIT</h2> <div class="sectionbody"> <div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div> </div> <div id="footer"> <div id="footer-text"> -Last updated 2011-03-15 23:30:13 UTC +Last updated 2011-05-05 01:29:54 UTC </div> </div> </body>